home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / prusage.txt < prev    next >
Text File  |  1992-03-24  |  857b  |  64 lines

  1. Prusage(2)                Oct. 1, 1991                 Prusage(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Prusage - get resource usage information
  7.  
  8. SYNOPSIS
  9.      void Prusage( LONG *r );
  10.  
  11. DESCRIPTION
  12.      Prusage puts information on resources used  by  the  process
  13.      into the memory pointed to by r, as follows:
  14.         r[0]: time spent by process in MiNT kernel
  15.         r[1]: time spent by process in its own code
  16.         r[2]: total kernel time spent by children of this process
  17.         r[3]: total user code time spent by children of this process
  18.         r[4]: memory allocated to this process (bytes)
  19.         r[5]-r[7]: reserved for future use
  20.      All times are in milliseconds.
  21.  
  22. SEE ALSO
  23.      Psetlimit(2)
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.